gdkevents: Remove gtk_widget_set_events mention
authorTimm Bäder <mail@baedert.org>
Thu, 19 Oct 2017 14:58:19 +0000 (16:58 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 20 Oct 2017 12:56:29 +0000 (14:56 +0200)
Doesn't exist anymore.

gdk/gdkevents.h

index 39bb46fdad83f6244a68d1efdea2fd22e0234555..0450ca536d8e3331558b0565ccfcc18a5c62262c 100644 (file)
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
  * The event structures contain data specific to each type of event in GDK.
  *
  * > A common mistake is to forget to set the event mask of a widget so that
- * > the required events are received. See gtk_widget_set_events().
+ * > the required events are received.
  */